i want to find values between { }

Posted by girish on Stack Overflow See other posts from Stack Overflow or by girish
Published on 2010-05-17T05:56:21Z Indexed on 2010/05/17 6:00 UTC
Read the original article Hit count: 481

Filed under:
|
|

I m working with regular expression( Regex ) but not finding the exact output.. i want to find the values between two curly braces

{ Value } = value

i use the following pattern but not getting the exact output...it does not remove first "{" ...

string pattern = "\{*\}"; if my value is - {girish} it returns me {girish

instead of this i want girish as output...

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about .NET